home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / System / MCC_SpeedBar / MCC_SpeedBar.readme < prev    next >
Text File  |  2000-04-21  |  1KB  |  39 lines

  1. Short:      Highly configurable toolbar class
  2. Uploader:   wiz@vapor.com (Simone Tellini)
  3. Author:     wiz@vapor.com (Simone Tellini)
  4. Type:       dev/mui
  5. Version:    1.3
  6.  
  7.  
  8. SpeedBar.mcc, SpeedBar.mcp, SpeedButton.mcc and
  9. SpeedBarCfg.mcc are ©1999-2000 by Simone Tellini
  10. All Rights Reserved.
  11.  
  12. SpeedBar.mcc and SpeedButton.mcc allow you to easily create toolbars
  13. similar to those you can see in Windows programs (although you can
  14. get a standard look as well ;)
  15.  
  16. Just play with the demo to discover its features :)
  17.  
  18. These classes can be freely used: all I ask is to receive a registered
  19. copy of your program if it uses them.
  20.  
  21. Changes since the previous release:
  22.  
  23.                        SpeedButton History
  24.                        -------------------
  25.  
  26.     11.23   13/04/00    - IDCMP_MOUSEOBJECT will be used to detect the
  27.                           mouse over the button when using MUI 4.
  28.  
  29.     11.22   11/04/00    - Now uses IDCMP_INTUITICKS instead of
  30.                           IDCMP_MOUSEMOVE to detect the mouse over the
  31.                           object.
  32.  
  33.     11.21   19/03/00    - Fixed long-standing bug which caused Enforcer
  34.                           hits when using scaled images.
  35.  
  36.     11.19   09/03/00    - Replaced MUI_RequestIDCMP() with
  37.                           MUIM_Window_AddEventHandler.
  38.  
  39.